home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / dalla rivista / host contacted / imengv3.41p2.lha / ImEngV3.41p2 / Notes / Interlace.notes < prev    next >
Text File  |  1999-10-15  |  942b  |  65 lines

  1.  
  2.  
  3. Image Engineer script - Interlace v1.00
  4.  
  5.  
  6.  
  7. SHORT DESCRIPTION
  8.  
  9.   This script will combine 2 images line by line. The lines are
  10.   interleaved.
  11.  
  12.  
  13. REQUIREMENTS
  14.  
  15.   Image Engineer v3.41 (Wision release 2)
  16.  
  17.  
  18. INSTALLATION
  19.  
  20.   This script belongs to Image Engineer distribution, so it
  21.   should allready be in IE:Arexx/, where it belongs.
  22.  
  23.  
  24. USAGE
  25.  
  26.   Mark an image to combine as Secondary and activate window of an
  27.   image to combine it with. Then run the script.
  28.  
  29.  
  30. ARGUMENTS
  31.  
  32.   Interlace.rexx <pic> <sec>
  33.  
  34.   <pic> name of primary image (in IE)
  35.   <sec> name of secondary image (in IE)
  36.  
  37.  
  38.  
  39.   AmigaDOS
  40.  
  41.     Sys:Rexxc/RX Interlace.rexx <arguments>
  42.     Sys:Rexxc/RX Interlace.rexx 000_mountain.jpg 001_portrait.jpg
  43.  
  44.  
  45.  
  46.   Other scripts:
  47.  
  48.     ADDRESS COMMAND "Sys:Rexxc/RX IE:Arexx/Interlace.rexx <arguments>"
  49.  
  50.     Next lines return you the name of new picture.
  51.  
  52.     PROJECT_LIST
  53.     xyz=result
  54.     pic=subword(xyz,1,1)
  55.  
  56.  
  57.  
  58.  
  59.  
  60. HISTORY
  61.  
  62.   1.00
  63.  
  64.   History started
  65.